Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use chia-wallet-sdk #3

Merged
merged 29 commits into from
Aug 27, 2024
Merged

Use chia-wallet-sdk #3

merged 29 commits into from
Aug 27, 2024

Conversation

Yakuhito
Copy link
Contributor

Use the drivers migrated to chia-wallet-sdk

Breaking changes to the bindings:

  • EveProof variables have been renamed to parentParentCoinInfo and parentAmount
  • LineageProof: parentParentCoinId is now parentParentCoinInfo
  • DelegatedPuzzle is now the old DelegatedPuzzleInfo - no need for the full puzzle hash anymore :)
  • DataStoreInfo is now simply DataStore
  • SuccessResponse newInfo has been renamed to newStore
  • SyncStoreResponse latestInfo has been renamed to latestStore
  • master_public_key_to_wallet_synthetic_key, master_public_key_to_first_puzzle_hash, master_secret_key_to_wallet_synthetic_secret_key, secret_key_to_public_key, get_coin_id, sign_message may now return errors (from key [de]serialization - previously the whole app would panic)
  • sign_coin_spends: aggSigData has been replaced with forTestnet - set to 'false' to sign spends for mainnet
  • Peer.new 'network_id' changed to forTestnet

@Yakuhito Yakuhito changed the title [DON'T MERGE YET] Use chia-wallet-sdk Use chia-wallet-sdk Aug 27, 2024
@Yakuhito Yakuhito merged commit 56aa598 into main Aug 27, 2024
15 checks passed
@Yakuhito Yakuhito deleted the new_wallet_sdk branch August 27, 2024 11:55
@Yakuhito Yakuhito mentioned this pull request Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant